home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / text0103.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.2 KB  |  30 lines

  1. It was on the night of 22-Jan-98, when no creatures were stirring, and all was
  2. silent. Suddenly, Fabrizio jumped out from behind a rock and wouldnt stop
  3. shouting about "Max value for listview" until I was forced to knock them out:
  4. »-> Hi,
  5. »-> is there a way to set the index of the last visible item using a listview
  6. »-> with the GUI extension?
  7. »-> The array is always the same, but the number of available items can vary,
  8. »-> and i don't like all that blanked lines at the bottom...
  9. »-> any idea??
  10.  
  11. Use the GUI SET command with the slider parameters to set the amount of space
  12. available at that time, hence saving the display on the screen:
  13.  
  14. SLIDER    - Gui Set window,gadget,0,pos (Set Position of Bar)
  15. Gui Set window,gadget,1,sm (Set Minimum Value of Slider)
  16. Gui Set window,gadget,2,mx (Set Max Value of Slider)   
  17.  
  18. Andrew "Mushroom" Kellett
  19. --
  20.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  21.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  22.  
  23.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  24.                Official F1 Software Distributor for the USA
  25.  
  26.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  27.                             mushy-pd.dyn.ml.org
  28.  
  29.  
  30.